PokemonFormSprites

@Serializable
data class PokemonFormSprites(val backDefault: String?, val backFemale: String?, val backShiny: String?, val backShinyFemale: String?, val frontDefault: String?, val frontFemale: String?, val frontShiny: String?, val frontShinyFemale: String?)(source)

Sprites used to depict a Pokémon form. See: https://pokeapi.co/docs/v2#pokemonformsprites

Parameters

backDefault

The default back sprite for this Pokémon form.

backFemale

The female back sprite for this Pokémon form.

backShiny

The shiny back sprite for this Pokémon form.

backShinyFemale

The female shiny back sprite for this Pokémon form.

frontDefault

The default front sprite for this Pokémon form.

frontFemale

The female front sprite for this Pokémon form.

frontShiny

The shiny front sprite for this Pokémon form.

frontShinyFemale

The female shiny front sprite for this Pokémon form.

Constructors

Link copied to clipboard
constructor(backDefault: String?, backFemale: String?, backShiny: String?, backShinyFemale: String?, frontDefault: String?, frontFemale: String?, frontShiny: String?, frontShinyFemale: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard